home *** CD-ROM | disk | FTP | other *** search
- ;
- ; TBBS.SCR is a log on script file for TBBS
- ;
-
-
- WAITFOR First Name?
- SEND FirstName^M
-
- WAITFOR Last Name?
- SEND LastName^M
-
- WAITFOR Is this correct?
- SEND y^M
-
- WAITFOR Enter Your Password:
- SEND PASSWORD^M
-
-
- ; Replace "FIRSTNAME" and "LASTNAME" and "PASSWORD" with your correct logon information
-